CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 内存 加载

搜索资源列表

  1. RemoteThreadDll

    0下载:
  2. DLL注入之远线程方式 每个进程都有自己的虚拟地址空间,对32位进程来说,这个地址空间的大小为4GB。因为每个进程都有自己专有的地址空间,当进程的各个线程运行的时候,它们只能够访问属于自己进程的内存。这样做的一个好处是维护系统的安全,防止进程的私有空间被入侵。世界上有了矛就有了盾,windows也撕开了一个小口,提供了一些函数来让其它进程对另一个进程进行操作,当然亦邪亦正,全在于你。大名鼎鼎的CreateRemoteThread就是属于这样的函数。 远线程注入的基本原理就是通过在另一个
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:3013851
    • 提供者:ljh
  1. 20121008

    0下载:
  2. 双缓冲画图,位图加载已经内存读取,dc,crect的创建-Double-buffered drawing, bitmap loaded memory read, dc, CRect create
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-10
    • 文件大小:9246051
    • 提供者:马军辉
  1. XListView-Android-master

    0下载:
  2. 分页加载,上拉和下拉刷行,listview内存优化-The paging loaded, pull-up and pull-down brush line
  3. 所属分类:android

    • 发布日期:2017-11-01
    • 文件大小:487940
    • 提供者:张志强
  1. listview

    0下载:
  2. listview分页加载,上拉和下拉刷新,内存优化-The paging loaded, pull-up and pull-down brush line
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:61585
    • 提供者:张志强
  1. linuxtiaoshi

    0下载:
  2. Linux下检测应用程序的内存管理问题:泄漏,越界、未初始化等等 可以检查程序运行时的内存泄漏问题 不需要和被测试软件一起编译,但要用valgrind加载被调试的程序 -Linux is detected the application' s memory management problems: leaks, cross-border, so you can check the program uninitialized runtime memory leak problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:4710
    • 提供者:cqj
  1. clj-ds-master

    0下载:
  2. 由 Clojure 改变的java程序在当前版本的调用Clojure,一定的方法对persistenthashmap要求 加载整个Clojure的运行,包括引导过程。这大约需要一秒钟。 这意味着,第一次这些方法之一就是,一个Java用户体验 轻微的延迟(和内存使用量增加)。-The clj-ds project will maintain Java versions of the code, and where possible attempt t
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-11-09
    • 文件大小:123890
    • 提供者:张民
  1. ModuleRun

    0下载:
  2. 运行程序脱离文件映射困扰,程序运行后可对程序做任意操作,包括删除程序,内存中保留代码. 用rundll32.exe加载dll,然后在dll中重新加载自身并FreeLibrary原先加载的那份脱离隐射-Run the program from the file mapping problems, after running the program can do any action, including the deletion of the program, the memory reser
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-23
    • 文件大小:79726
    • 提供者:jha334201553
  1. HideDll.RAR

    0下载:
  2. DLL加载后,释放,驻留内存中,继续可以使用-DLL loading, release, resident in memory and continue to be used
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:784522
    • 提供者:lukarl
  1. AystnPicture

    0下载:
  2. 一个异步加载图片的例子,演示怎样异步加载图片,防止内存溢出-An asynchronous load images examples demonstrate how to load images asynchronously to prevent memory overflow
  3. 所属分类:android

    • 发布日期:2017-11-18
    • 文件大小:52508
    • 提供者:wangyongli
  1. WaterfallDemo

    0下载:
  2. 实现瀑布流形似并异步加载图片及对内存的控制。-Waterfall stream to achieve the shape and asynchronous load images and the memory control.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-06
    • 文件大小:54256
    • 提供者:骆一一
  1. Python-source-code-analysis

    0下载:
  2. 了更好地利用Python语言,无论是使用Python语言本身,还是将Python与C/C++交互使用,深刻理解Python的运行原理都是非常重要的。本书以CPython为研究对象,在C代码一级,深入细致地剖析了Python的实现。书中不仅包括了对大量Python内置对象的剖析,更将大量的篇幅用于对Python虚拟机及Python高级特性的剖析。通过此书,读者能够透彻地理解Python中的一般表达式、控制结构、异常机制、类机制、多线程机制、模块的动态加载机制、内存管理机制等核心技术的运行原理,同时
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:27993901
    • 提供者:wuyong
  1. TopTenWords

    0下载:
  2. 在大数据文件中,找出现次数前十的单词。这个文件不能一次加载如内存,其中用到了自己写的快排函数。-In a large data file, find the top ten the number of occurrences of the word. This file can not be loaded once, such as memory, which uses a fast row to write their own functions.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:696314
    • 提供者:邓俊兴
  1. led

    0下载:
  2. OK6410的led裸机程序 注:烧写bootloader 的目的是让开发板上电时对PLL,DDR RAM 进行初始化。以便把程序加 载到内存中进行调-Note: The purpose is to allow programming the bootloader development board is powered on PLL, DDR RAM is initialized. So that the program is loaded into memory for tone
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:144788
    • 提供者:zxl
  1. vsFakeLeakTest

    0下载:
  2. 使用vc开发mfc程序时,在调用了win32 dll(即不使用mfc的dll)时,mfc90.dll后于win32dll加载,在退出程序时mfc90.dll先释放,这时它会将win32dll中的全局变量,函数static变量视为内存泄露,而实际上随后win32dll卸载时会正常释放,导致内存泄露误报。 本程序演示了win32dll中的std::string的全局变量和函数内static变量的内存泄露误报-Using vc development mfc program, the call t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:163202
    • 提供者:nwao
  1. Android_async_webimage_loader

    0下载:
  2. 安卓开发中异步加载网络图片的教程文档,包括解决内存溢出问题的方法,源自IT168-Andrews developing asynchronous loading web graphics tutorial document, including addressing memory overflow problem, from IT168
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:6053
    • 提供者:wuxr
  1. the-student-management-system

    0下载:
  2. 本篇和大家讨论该“学生管理系统”的核心部分――一个特殊的数据结构。该数据结构的名称为 DLinkedStuCollection 即一个双向的链表,可以完成向前向后的遍列,同时还能在内存中没有数据时自动从 文件系统加载记录,还可以在内存中的数据到达某个极限的时候将某些记录保存到文件了!。-Benpian and we discuss the " student management system," the core part- a special data struct
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:125907
    • 提供者:小多
  1. VBmemory

    0下载:
  2. vb读写内存,可以改了做外挂,其实VB也是可以做外挂的(无DLL,VB加载.sys文件)-Vb to read and write memory, can be changed to do plugins, vb is actually can do plugins (No DLL,VB Loading Sys)
  3. 所属分类:Editor

    • 发布日期:2017-04-02
    • 文件大小:10211
    • 提供者:曹云皓
  1. ImageTogether

    0下载:
  2. ListView 异步加载图片,添加内存缓存,SD卡缓存-Android ListView asyc load image, with cache and sdcard buffer
  3. 所属分类:android

    • 发布日期:2017-05-08
    • 文件大小:1691548
    • 提供者:huweidi
  1. Universal-Image-Loader

    0下载:
  2. Universal-Image-Loader是一个开源的UI组件程序,该项目的目的是提供一个可重复使用的仪器为异步图像加载,缓存和显示。所以,如果你的程序里需要这个功能的话,那么不妨试试它。因为已经封装好了一些类和方法。我们 可以直接拿来用了。而不用重复去写了。其实,写一个这方面的程序还是比较麻烦的,要考虑多线程,缓存,内存溢出等很多方面。但是,你也可以参考这个例子来自己写出更好的程序-niversal-Image-Loader is an open source UI component pr
  3. 所属分类:android

    • 发布日期:2017-05-13
    • 文件大小:3473763
    • 提供者:anxianjie
  1. neicun

    0下载:
  2. 内存搜索修改软件,默认加载DNF进程,可手动选择其他进程,支持内存浏览-Automatic tagging baidu post bar, baidu post bar core users with automatic tagging platform software
  3. 所属分类:ELanguage

    • 发布日期:2017-05-12
    • 文件大小:2746649
    • 提供者:李亚
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com